home *** CD-ROM | disk | FTP | other *** search
/ Champak 130 / Vol 130.iso / games / fall_dow.swf / scripts / DefineButton2_36 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2008-11-13  |  151 b   |  8 lines

  1. on(release){
  2.    _root.fsincrement = 0.2;
  3.    _root.fsincrement2 = 0.4;
  4.    _root.bsincrement = 0.2;
  5.    _root.leveltime = 50;
  6.    gotoAndStop(4);
  7. }
  8.